home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.2 Development Libraries / SGI IRIX 6.2 Development Libraries.iso / dist / sgitcl_dev.idb / usr / sgitcl / include / tclXtSend.h.z / tclXtSend.h
C/C++ Source or Header  |  1996-03-14  |  360b  |  25 lines

  1. /*
  2.  *      "$Revision: 1.2 $"
  3.  *      File: tcl_xt_send.h
  4.  */
  5.  
  6. #ifndef _TCL_XT_SEND_H
  7. #define _TCL_XT_SEND_H
  8.  
  9. #include <X11/Intrinsic.h>
  10. #include <tcl.h>
  11.  
  12. #ifdef __cplusplus
  13. extern "C" {
  14. #endif
  15.  
  16. extern int
  17. TclXtSend_RegisterInterp _ANSI_ARGS_ ((Tcl_Interp *interp,
  18.             char *name, Widget toplevel));
  19.  
  20. #ifdef __cplusplus
  21. }
  22. #endif
  23.  
  24. #endif /* _TCL_XT_SEND_H */
  25.